• libchop 0.5

    Updated: 2011-10-31 00:33:53
    Login Signup Lost password Home Articles Browse Projects by Tag Submit new Project About Blog Help Sites All Mac OS X Mobile Unix freshmeat has been renamed to Freecode . This article has all the . info Projects libchop libchop Libchop is a set of utilities and library for data backup and distributed storage . Its main application is chop-backup , an encrypted backup program that supports data integrity checks , versioning at little cost , distribution among several sites , selective sharing of stored data , adaptive compression , and more . The library itself , which chop-backup builds upon , implements storage techniques such as content-based addressing , content hash keys , Merkle trees , similarity detection , and lossless compression . It makes it easy to combine them in different

  • naken430asm 2011-10-30

    Updated: 2011-10-30 23:40:12
    naken430asm provides a development kit for the Texas Instruments MSP430 line of microcontrollers. It currently includes a cross-platform command-line assembler, disassembler, and simulator with no external dependencies.Changes: Fixes for reading ELF files into the disassembler / simulator. Tags: assembler Licenses: GPL

  • protracer 2.0

    Updated: 2011-10-30 21:45:49
    Protracer is a simple raytracer originally written in 1999 as a university course project. Please be aware that, despite the name, there is nothing especially professional about Protracer. The name is meant to be a pun on the Protracker music tracker application. It currently supports a very limited subset of the POV-Ray file format.Changes: Rewritten in C++. Tags: ray tracing Licenses: GPL v3 or later

  • Hotpatch 0.2

    Updated: 2011-10-30 20:39:44
    Hotpatch is a library that can be used to dynamically load a shared library (.so) file on Linux from one process into another already running process without affecting the execution of the target process. The API is a C API, but also supported in C++. The user can load his/her own .so file into an already running process, invoke a custom symbol/function in that .so file, and pass arguments to that function as long as it is serialized to the form of a byte buffer and length of the buffer.Changes: 32-bit Linux compatibility has been implemented successfully. Release Tags: Linux, cli, Minor, Stable Tags: Linux, injection, dll injection, so injection, hotpatch Licenses: BSD Revised

  • TXR 041

    Updated: 2011-10-30 20:06:53
    Txr is a language rooted in template-driven text extraction. Txr programs are called queries. The simplest kind of query is a text document which matches an identical document. Variables embedded in the query are bound to corresponding pieces of text in the input. The txr language has a nested block structure featuring numerous directives for combining subqueries, searching, collecting, opening pipes and files, producing output, throwing and handling exceptions, etc.Changes: Scanning through variables instead of files is possible, as well as diverting output to variables. Functions can be used as filters. Filters can be compounded. Bind's equivalence tests can be filtered. Important bugfixes. Licenses: BSD Revised

  • (R)?ex 0.21.1

    Updated: 2011-10-30 18:42:24
    (R)?ex is a tool that allows you to manage all of your servers from a central point, through the complete process of configuration management and software deployment.Changes: This release fixes the use of the HOME environment variable for Windows. It fixes hostname evaluation, which also works with ips now. Release Tags: Stable, Minor Tags: Deployment, System Administration, Configuration Management, remote execution Licenses: GPLv3

  • coco 0.6

    Updated: 2011-10-30 18:01:19
    Login Signup Lost password Home Articles Browse Projects by Tag Submit new Project About Blog Help Sites All Mac OS X Mobile Unix freshmeat has been renamed to Freecode . This article has all the . info Projects coco coco Coco is another code coverage utility for Ruby 1.9. One uses it from rspec or unit test with a simple require coco' It displays the names of files that are covered less than 90 on the console . It builds a simple HTML report only for files covered less than 90 It reports sources that have no tests . It is UTF-8 compliant . It is configurable via a simple YAML file . It has colorized console . output Tags Code coverage Unit test Ruby Licenses GPLv3 Operating Systems Linux Implementation Ruby RubyGem Translations English Website Tweet Release tags All releases Recent

  • Quasi-Literate Programming 1.0.6

    Updated: 2011-10-30 05:38:13
    Quasi extracts code fragments from text documentation and appends them to new source code files. Unlike other literate programming tools, it does not perform any sort of macro expansion. The strength of Quasi is its simplicity - it forces the programmer to think in turns of properly designed methods.Changes: Bugfixes. Release Tags: Stable, Minor Tags: Development, Command Line Tools Licenses: GPLv3

  • HighVIP v3.5.1

    Updated: 2011-10-30 02:56:14
    Login Signup Lost password Home Articles Browse Projects by Tag Submit new Project About Blog Help Sites All Mac OS X Mobile Unix freshmeat has been renamed to Freecode . This article has all the . info Projects HighVIP HighVIP HighVIP allows users to send and receive secure and anonymous email , chat and exchange secure instant messages , and create secure message boards . Tags Communications Chat Conferencing Email Address Book File Sharing Security Cryptography Operating Systems Mac OS X Windows Windows Windows Windows OS Independent POSIX Linux Unix Website Download Tweet Release tags All releases Recent releases v3.5.1 30 Oct 2011 22:20 Stable secure email encrypted email : Changes Support for image pasting directly in to the email composition window these are sent as encrypted

  • Kernel Mode Linux 3.1_001

    Updated: 2011-10-29 17:28:50
    Kernel Mode Linux is a technology which enables the execution of user programs in a kernel mode. In Kernel Mode Linux, user programs can access kernel address space directly. Unlike kernel modules, user programs are executed as ordinary processes (except for their privilege level), so scheduling and paging are performed as usual. Although it seems dangerous, the safety of the kernel can be ensured through such methods as static type checking, software fault isolation, and so forth. Changes: This release has been merged with the 3.1 Linux kernel. Release Tags: For Linux 3.X Tags: Operating System Kernels, Linux Licenses: GPL

  • TCExam 11.2.016

    Updated: 2011-10-29 15:16:57
    TCExam is Web-based assessment software for generating and managing online tests and exams. It simplifies the exam cycle, including generation, execution, evaluation, presentation, and archiving. Changes: This version includes a fix for users' sessions and the new TCPDF library. Tags: education, Testing, Computer-Based Assessment, e-exam Licenses: AGPL v3

  • TCPDF 5.9.134

    Updated: 2011-10-29 11:59:58
    Login Signup Lost password Home Articles Browse Projects by Tag Submit new Project About Blog Help Sites All Mac OS X Mobile Unix freshmeat has been renamed to Freecode . This article has all the . info Projects TCPDF TCPDF TCPDF is a PHP class for generating PDF documents without requiring external extensions . TCPDF supports all ISO page formats and custom page formats , custom margins and units of measure , UTF-8 Unicode , RTL languages , HTML , barcodes , TrueTypeUnicode , TrueType , OpenType , Type1, and CID-0 fonts , images , graphic functions , clipping , bookmarks , JavaScript , forms , page compression , digital signatures , and . encryption Tags Software Development Libraries php classes Text Processing Licenses LGPL Operating Systems OS Independent Implementation PHP

  • libzdb 2.10

    Updated: 2011-10-29 08:48:54
    Libzdb implements a small, fast, and easy to use database API with thread-safe connection pooling. The library can connect transparently to multiple database systems. It has zero runtime configuration and connections are specified via a URL scheme.Changes: Libzdb is now compatible with and can be included in C++ or Objective-C(++) projects. Tags: Software Development, Libraries, Application Frameworks, Database, API, Stable Licenses: GPLv3

  • quakereport 1.0.3

    Updated: 2011-10-29 07:24:16
    Login Signup Lost password Home Articles Browse Projects by Tag Submit new Project About Blog Help Sites All Mac OS X Mobile Unix freshmeat has been renamed to Freecode . This article has all the . info Projects quakereport Download More Information quakereport quake report is a simple application that connects to the USGS to retrieve the list of the latest earthquakes and displays them on an interactive map . If possible , it uses location services GPS AGPS to determine your current position and then computes the distance to selected . earthquakes Tags quake earth observation Mobile Ovi Licenses GPLv3 Operating Systems Linux Symbian OS Harmattan MeeGo Implementation C++ Qt 4.7 Tweet Short link Release tags All releases Recent releases 1.0.3 29 Oct 2011 07:27 : Changes The code was

  • Tiny BASIC for Curses 0.6.2

    Updated: 2011-10-28 21:10:50
    Tiny BASIC for Curses (tinybc) is a BASIC interpreter for the curses character screen handling library which fully corresponds to the Tiny BASIC specification. The engine is thread-safe and can be embedded into other code. It can be used as a game or a minimalist challenge.Changes: This release adds assignment of expression list to array. Tags: Interpreters, Basic Licenses: LGPL

  • Exponent CMS 2.0.2

    Updated: 2011-10-28 20:37:33
    Login Signup Lost password Home Articles Browse Projects by Tag Submit new Project About Blog Help Sites All Mac OS X Mobile Unix freshmeat has been renamed to Freecode . This article has all the . info Projects Exponent CMS Download More Information Exponent CMS Exponent CMS is a content management system for Web sites . It allows site owners to easily create and manage dynamic Web sites without necessarily directly coding Web pages or managing site navigation . Exponent uses an intuitive and flexible content editing system that allows Web pages to be edited on the page as it is displayed . This avoids the need for more back-end administration or for navigating many administration pages to add a simple line of text . You can simply visit the page you need to edit as if you were a site

  • GtkHash 0.4.0

    Updated: 2011-10-28 19:42:37
    GtkHash is a utility for computing message digests or checksums. Currently supported hash functions include MD5, SHA1, SHA256, SHA512, RIPEMD, TIGER, and WHIRLPOOL.Changes: This release adds a Thunar plugin and many usability improvements. Tags: Utilities, Security, Cryptography, Nautilus Extension <strongLicenses: GPLv2 or later

  • SabreDAV 1.5.4

    Updated: 2011-10-28 17:32:41
    Login Signup Lost password Home Articles Browse Projects by Tag Submit new Project About Blog Help Sites All Mac OS X Mobile Unix freshmeat has been renamed to Freecode . This article has all the . info Projects SabreDAV Download SabreDAV SabreDAV allows you to easily integrate your existing Web application with WebDAV . It supports most of the common clients , including the Mac OS X Finder , the Windows XP Vista Explorer , DavFS2, Cadaver , NetDrive , and WebDrive . It supports class 1, 2, and 3 WebDAV servers . It implements RFC2518 and revisions from RFC4918. It also implements RFC2617 Basic Digest auth Tags PHP WebDAV caldav Licenses BSD Revised Operating Systems OS Independent Implementation PHP PHP5 Translations English Tweet Short link All announcements Last announcement Public Demo

  • 4MLinux 3.0-game-edition

    Updated: 2011-10-28 17:18:53
    Login Signup Lost password Home Articles Browse Projects by Tag Submit new Project About Blog Help Sites All Mac OS X Mobile Unix freshmeat has been renamed to Freecode . This article has all the . info Projects 4MLinux Download More Information 4MLinux 4MLinux is a miniature Linux distribution focusing on four capabilities : maintenance by using it as a system rescue live CD multimedia for example , for playing video DVDs miniserver using the inetd daemon and mystery meaning console games Tags Linux distribution Live-CD system rescue Console Server multimedia Games Linux Licenses GPLv3 Operating Systems Linux Translations English Tweet Short link Release tags All releases Recent releases 3.0-game-edition 29 Oct 2011 02:48 : Changes This is an updated version of 4MLinux-2.3-game-edition ,

  • MuLaViTo 0.9

    Updated: 2011-10-28 16:01:06
    Login Signup Lost password Home Articles Browse Projects by Tag Submit new Project About Blog Help Sites All Mac OS X Mobile Unix freshmeat has been renamed to Freecode . This article has all the . info Projects MuLaViTo More Information MuLaViTo MuLaViTo is a multi-layer visualization framework which allows you to visualize relations between multiple graphs in derived applications . Moreover , it provides helpful means like k-shortest path algorithms , running algorithms in a separate thread , and . more Tags Network Visualization multi-layer Licenses GPLv3 LGPL Operating Systems OS Independent Implementation Java Translations English Tweet Short link Release tags All releases Recent releases 0.9 29 Oct 2011 02:47 : Changes The build script was fixed to allow building via Ant as described

  • H2 Database Engine 1.3.161

    Updated: 2011-10-28 15:50:08
    Login Signup Lost password Home Articles Browse Projects by Tag Submit new Project About Blog Help Sites All Mac OS X Mobile Unix freshmeat has been renamed to Freecode . This article has all the . info Projects H2 Database Engine Download More Information H2 Database Engine H2 is an SQL database engine written in Java that implements the JDBC API . Embedded , server , and clustering modes are available . A browser based console application is included . The database has strong security features . Disk based and in-memory databases and tables are supported . Tags Database Database Engines Servers Java Licenses MPL Operating Systems OS Independent Implementation Java SQL Tweet Short link Release tags All releases Recent releases 1.3.161 29 Oct 2011 02:46 Bugfixes file system abstraction :

  • Git Manager 0.1a

    Updated: 2011-10-28 10:39:09
    Login Signup Lost password Home Articles Browse Projects by Tag Submit new Project About Blog Help Sites All Mac OS X Mobile Unix freshmeat has been renamed to Freecode . This article has all the . info Projects Git Manager Download Git Manager Git Manager is a Web interface for Git . It allows you to manage and create Git repositories , users , and access groups . It is based on Apache authentication mechanisms HTTP or LDAP and uses a MySQL database to store repo user group relation data . The ViewGit repository viewer is . included Tags git PHP Apache MySQL LDAP Authentication Licenses AGPL Operating Systems Linux Mac OS X Implementation PHP HTML MySQL Apache Translations English Tweet Short link Release tags All releases Recent releases 0.1a 29 Oct 2011 03:31 : Changes This initial

  • PyLogsParser 0.3

    Updated: 2011-10-28 06:59:24
    Login Signup Lost password Home Articles Browse Projects by Tag Submit new Project About Blog Help Sites All Mac OS X Mobile Unix freshmeat has been renamed to Freecode . This article has all the . info Projects PyLogsParser Download PyLogsParser PyLogsParser is a library exposing everything a developer needs to get started with parsing and tagging logs from the most common open-source applications . It includes parsers and a plug-and-play tagging . The parsers are XML definition files that are designed to be easily readable and need very little skill in programming or regular expressions , without sacrificing powerfulness or . expressiveness Tags python module Log Parser Licenses LGPL Implementation Python XML Tweet Short link Release tags All releases Recent releases 0.3 28 Oct 2011

  • RazorSQL 5.6.1

    Updated: 2011-10-28 03:34:06
    RazorSQL is a database query tool, SQL editor, database browser, and database administration tool with support for all major databases. Some of the main features included in RazorSQL are visual tools for creating, viewing, and altering database objects; tools for importing and exporting data; and tools for editing stored procedures, triggers, and functions. Changes: This version includes minor changes, an MS SQL Server export bugfix, and load time improvements. Tags: Database, Front-Ends <strongLicenses: Shareware

  • EditRocket 4.1.2

    Updated: 2011-10-28 03:33:18
    EditRocket is a text and source code editor with support for over 20 programming languages. It provides features and tools to help developers edit, create, navigate, and debug source code and search and manipulate text.Changes: This versions includes minor changes and bugfixes. Tags: Text Editors, Integrated Development Environments (IDE) Licenses: Shareware

  • RedStore 0.5.4

    Updated: 2011-10-27 22:31:02
    Login Signup Lost password Home Articles Browse Projects by Tag Submit new Project About Blog Help Sites All Mac OS X Mobile Unix freshmeat has been renamed to Freecode . This article has all the . info Projects RedStore Download More Information RedStore RedStore is a lightweight RDF triplestore written in C using the Redland library . It features SPARQL over HTTP support , an HTTP interface that is compatible with 4store , and unit tests for most of the HTTP server code . The only build dependancy is . Redland Tags semantic web HTTP Servers RDF sparql Database Engines Servers Triplestore Licenses GPL Operating Systems POSIX Implementation C Translations English UK Tweet Short link Release tags All releases Recent releases 0.5.4 28 Oct 2011 21:11 : Changes This is the first version to

  • Horde Ansel H4 (2.0-RC2)

    Updated: 2011-10-27 22:04:58
    Login Signup Lost password Home Articles Browse Projects by Tag Submit new Project About Blog Help Sites All Mac OS X Mobile Unix freshmeat has been renamed to Freecode . This article has all the . info Projects Horde Ansel Download More Information Horde Ansel Ansel is a Horde photo gallery that provides functionality for managing unlimited photo galleries , with thumbnails , paging , EXIF data , and permissions on a per-gallery basis . It also provides a number of features not normally found in Web-based photo galleries , including cropping , resizing , rotating , watermarking , and greyscale . effects Tags Graphics Presentation multimedia photo management Web Application Licenses GPL Operating Systems OS Independent Implementation PHP Translations Chinese English Finnish German Japanese

  • Gollem H4 (2.0)

    Updated: 2011-10-27 21:47:03
    Login Signup Lost password Home Articles Browse Projects by Tag Submit new Project About Blog Help Sites All Mac OS X Mobile Unix freshmeat has been renamed to Freecode . This article has all the . info Projects Gollem Download More Information Gollem Gollem is a Web-based file manager that provides the ability to fully manage a hierarchical file system stored in a variety of backends such as a SQL database , as part of a real filesystem , or on FTP , Samba or SSH servers . It supports uploading and downloading of files , basic file operations , permissions support , and MIME recognition and viewing of files through the Horde MIME library . It is fully internationalized and . translatable Tags Information Management Document Repositories Internet FTP Filesystems Web Dynamic Content Office

  • Wicked H4 (1.0)

    Updated: 2011-10-27 21:26:11
    Wicked is a Wiki for the Horde framework. It uses PEAR's Text_Wiki package for markup rules, parsing, and rendering.<pChanges: This is the first stable release. Release Tags: Initial announcement Tags: Information Management, Internet, Web, Dynamic Content, Text Editors, Text Processing, Markup Licenses: GPLv2

  • Whups H4 (2.0)

    Updated: 2011-10-27 21:17:21
    Whups is a Horde ticket-tracking application. It is very flexible in design, and can be used for help-desk requests, tracking software development, and anything else that needs to track a set of requests and their status. Changes: Updated to work with Horde 4. An improved mail filter for converting email messages to tickets. More flexible and extended notification messages. Support for complex attribute types. Allows private comments during ticket creation. A script to convert backends to UTF-8. Small bugfixes and improvements.</p Release Tags: Minor feature enhancements, Minor bugfixes Tags: Information Management, Issue Tracking, Software Development, Bug Tracking Licenses: BSD

  • chan-sccp-b 3.0.5_Stable

    Updated: 2011-10-27 20:18:18
    Login Signup Lost password Home Articles Browse Projects by Tag Submit new Project About Blog Help Sites All Mac OS X Mobile Unix freshmeat has been renamed to Freecode . This article has all the . info Projects chan-sccp-b Download More Information chan-sccp-b chan-sccp-b is an extension of the original chan-sccp implementation for the Asterisk soft-PBX . It lets you hook up a Cisco SCCP Phone to your Asterisk server using the SCCP protocol , which works a lot better than the SIP firmware on the same phone . It provides full phone functionality instead of just a simple SIP channel provider . It offers functionality like shared lines , hotline functionality , guest login , dynamic speeddials , private line automatic ring-down PLAR personal softkey configurations , Dundi support , SCCP

  • eZ Publish 2011.10

    Updated: 2011-10-27 17:07:44
    Login Signup Lost password Home Articles Browse Projects by Tag Submit new Project About Blog Help Sites All Mac OS X Mobile Unix freshmeat has been renamed to Freecode . This article has all the . info Projects eZ Publish Download eZ Publish eZ Publish is a content management system and development framework . As a content management system CMS its most notable feature is its revolutionary , fully customizable , and extendable content model . This is also what makes it suitable as a platform for general Web development . Its stand-alone libraries can be used for cross-platform , database independent PHP projects . eZ Publish is also well suited for news publishing , e-commerce B2B and B2C portals , and corporate Web sites , intranets , and extranets . eZ Publish is dual licenced between

  • Partclone 0.2.33

    Updated: 2011-10-27 14:42:29
    Partclone provide utilities for backing up used blocks and is designed for higher compatibility with the file system by using libraries like e2fslibs. Currently supported filesystems are EXT2, EXT3, EXT4, Reiserfs, Reiser4, XFS, NTFS, FAT, HFS+, UFS, JFS, VMFS, and Btrfs.Changes: This release updates the makefile for ncurses static linking, memory usage, and the ncurses progress bar, accepts a patch file from Rommer, and attaches a patch for partclone 0.2.31 which reduces memory usage by 4-8 times. Tags: Recovery Tools, Back-Up utility Licenses: GPL

  • Cenzic Detects Apache Vulnerability & Updates Several SmartAttacks for Improved Website Security

    Updated: 2011-10-25 02:24:47
    About Us Products Technology Solutions Resources What's New Topic Cloud What's New Cenzic Blog Topics Application Security News Cenzic SmartAttack Updates for Web Vulnerabilities Web Application Security Insights Resources Podcasts Trend reports White papers THE CENZIC BLOG Mobile Syndication Options Subscribe iPhone Android XML Feeds RSS Atom OPML MyST Read more articles in Cenzic SmartAttack Updates for Web Vulnerabilities October 24, 2011 Cenzic Detects Apache Vulnerability Updates Several SmartAttacks for Improved Website Security Weekly website security update : Apache Vulnerability detected and updates to several SmartAttacks As of October 24, 2011 Cenzic can now detect a Apache HTTP Server mod_proxy' Reverse Proxy Information Disclosure Vulnerability BugTraqID 49957 in the Web

  • Cenzic Detects a Microsoft .NET Vulnerability for Improved Website Security

    Updated: 2011-10-18 01:39:13
    About Us Products Technology Solutions Resources What's New Topic Cloud What's New Cenzic Blog Topics Application Security News Cenzic SmartAttack Updates for Web Vulnerabilities Web Application Security Insights Resources Podcasts Trend reports White papers THE CENZIC BLOG Mobile Syndication Options Subscribe iPhone Android XML Feeds RSS Atom OPML MyST Read more articles in Cenzic SmartAttack Updates for Web Vulnerabilities October 17, 2011 Cenzic Detects a Microsoft NET Vulnerability for Improved Website Security Weekly website security update : Microsoft NET Vulnerability detected As of October 17, 2011 Cenzic can now detect a Microsoft NET Framework Inheritance Restriction Remote Code Execution Vulnerability BugTraqID 49999 in the Web Server Vulnerabilities SmartAttack Category : Best

  • Cenzic Detects an PHP Vulnerability for Improved Website Security

    Updated: 2011-10-10 21:35:40
    About Us Products Technology Solutions Resources What's New Topic Cloud What's New Cenzic Blog Topics Application Security News Cenzic SmartAttack Updates for Web Vulnerabilities Web Application Security Insights Resources Podcasts Trend reports White papers THE CENZIC BLOG Mobile Syndication Options Subscribe iPhone Android XML Feeds RSS Atom OPML MyST Read more articles in Cenzic SmartAttack Updates for Web Vulnerabilities October 10, 2011 Cenzic Detects an PHP Vulnerability for Improved Website Security Weekly website security update : PHP Vulnerability detected As of October 10, 2011 Cenzic can now detect an PHP is_a( Function Remote File Include Vulnerability BugTraqID 49754 in the Web Server Vulnerabilities SmartAttack Category : Best Practices PHP is prone to a remote file-include

  • Cenzic Enhances SmartAttack Library & Detects an IBM CSRF Vulnerability for Improved Website Security

    Updated: 2011-10-04 01:43:26
    About Us Products Technology Solutions Resources What's New Topic Cloud What's New Cenzic Blog Topics Application Security News Cenzic SmartAttack Updates for Web Vulnerabilities Web Application Security Insights Resources Podcasts Trend reports White papers THE CENZIC BLOG Mobile Syndication Options Subscribe iPhone Android XML Feeds RSS Atom OPML MyST Read more articles in Cenzic SmartAttack Updates for Web Vulnerabilities October 03, 2011 Cenzic Enhances SmartAttack Library Detects an IBM CSRF Vulnerability for Improved Website Security Weekly website security update : SmartAttack library enhanced and IBM CSRF Vulnerability detected On October 3, 2011 Cenzic can now detect an IBM WebSphere Application Server Cross-Site Request Forgery Vulnerability BugTraqID 49766 in the Web Server

Current Feed Items | Previous Months Items

Sep 2011 | Aug 2011 | Jul 2011 | Jun 2011 | May 2011 | Apr 2011